home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8614 / 8614.xpi / chrome / extension.jar / skin / classic / about / about.css
Encoding:
Cascading Style Sheet File  |  2010-02-10  |  896 b   |  56 lines

  1. .about-dialog {
  2.  
  3. }
  4.  
  5. #about-box {
  6.     background-image: url("chrome://glydo/skin/common_bg.png");
  7.     background-position: top right;
  8.     background-attachment: scroll;
  9.     background-repeat: no-repeat;
  10.     border-top: 2px outset #fffdd6; 
  11.     border-left: 2px outset #eeeeff;
  12.     border-bottom: 2px outset #eeeeff;
  13.     border-right: 2px outset #eeeeff;
  14.     -moz-border-radius: 12px;
  15.     padding: 13px;
  16.     padding-top: 0px;
  17.     color: #184e50;
  18.     max-width: 400px;
  19.     max-height: 550px;
  20. }
  21.  
  22. #about-banner {
  23.     padding: 0px;
  24.     padding-top: 15px;
  25.     padding-bottom: 0px;
  26. }
  27.  
  28. #about-content {
  29.   padding-left: 0.6em;
  30.   font-size: 11px;
  31. }
  32.  
  33. #about-content > description {
  34.     margin-left: 60px;
  35. }
  36.  
  37. .about-product-version {
  38.     font-size: 10px;
  39.     text-align: right;
  40. }
  41.  
  42.  
  43. .about-sub-title {
  44.     font-weight: bold;
  45. }
  46.  
  47. .url {
  48.     cursor: pointer;
  49.     color: #2d8d91;
  50. }
  51.  
  52. .url:hover {
  53.     text-decoration: underline;
  54. }
  55.  
  56.